projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e88146
)
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 14 Apr 2009 14:39:22 +0000
(14:39 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 14 Apr 2009 14:39:22 +0000
(14:39 +0000)
of directory "".
lisp/net/tramp-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cmds.el
b/lisp/net/tramp-cmds.el
index 61a4791eb40b2a050b2292ce8b6ce9f8667fa0d1..4f159ac42469755bf451fb4a0d3607a4da20a7d1 100644
(file)
--- a/
lisp/net/tramp-cmds.el
+++ b/
lisp/net/tramp-cmds.el
@@
-84,7
+84,7
@@
When called interactively, a Tramp connection has to be selected."
(tramp-clear-passwd vec)
;; Flush file cache.
- (tramp-flush-directory-property vec "
/
")
+ (tramp-flush-directory-property vec "")
;; Flush connection cache.
(tramp-flush-connection-property (tramp-get-connection-process vec))